const net/http.http2ErrCodeFrameSize
10 uses
	net/http (current package)
		h2_bundle.go#L1179: 	http2ErrCodeFrameSize          http2ErrCode = 0x6
		h2_bundle.go#L1196: 	http2ErrCodeFrameSize:          "FRAME_SIZE_ERROR",
		h2_bundle.go#L2126: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2142: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2261: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2307: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2356: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2570: 		return nil, http2connError{http2ErrCodeFrameSize, fmt.Sprintf("PRIORITY frame payload size was %d; want 5", len(payload))}
		h2_bundle.go#L2615: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L5275: 			sc.goAway(http2ErrCodeFrameSize)
  | 
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |